Enum nice_smile::network::NetworkFileType
source · pub enum NetworkFileType {
Xdsl,
Dsl,
Net,
Dne,
Dsc,
Erg,
Dxp,
}Variants§
Xdsl
Native SMILE format
Dsl
Old, deprecated SMILE format
Net
Hugin
Dne
Netica
Dsc
Microsoft BN
Erg
Ergo
Dxp
DXpress
Auto Trait Implementations§
impl Freeze for NetworkFileType
impl RefUnwindSafe for NetworkFileType
impl Send for NetworkFileType
impl Sync for NetworkFileType
impl Unpin for NetworkFileType
impl UnwindSafe for NetworkFileType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more