#[repr(C)]pub enum GFilesystemPreviewType {
IfAlways = 0,
IfLocal = 1,
Never = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for GFilesystemPreviewType
impl RefUnwindSafe for GFilesystemPreviewType
impl Send for GFilesystemPreviewType
impl Sync for GFilesystemPreviewType
impl Unpin for GFilesystemPreviewType
impl UnwindSafe for GFilesystemPreviewType
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