pub struct MountOptions {
pub plugin_id: String,
pub read_only: bool,
}Fields§
§plugin_id: String§read_only: boolImplementations§
Trait Implementations§
Source§impl Clone for MountOptions
impl Clone for MountOptions
Source§fn clone(&self) -> MountOptions
fn clone(&self) -> MountOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MountOptions
impl Debug for MountOptions
impl Eq for MountOptions
Source§impl PartialEq for MountOptions
impl PartialEq for MountOptions
Source§fn eq(&self, other: &MountOptions) -> bool
fn eq(&self, other: &MountOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MountOptions
Auto Trait Implementations§
impl Freeze for MountOptions
impl RefUnwindSafe for MountOptions
impl Send for MountOptions
impl Sync for MountOptions
impl Unpin for MountOptions
impl UnsafeUnpin for MountOptions
impl UnwindSafe for MountOptions
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