pub struct AuthMountParams {
pub mount_type: String,
pub description: Option<String>,
pub config: Option<MountTuneParams>,
}Fields§
§mount_type: String§description: Option<String>§config: Option<MountTuneParams>Trait Implementations§
Source§impl Clone for AuthMountParams
impl Clone for AuthMountParams
Source§fn clone(&self) -> AuthMountParams
fn clone(&self) -> AuthMountParams
Returns a duplicate of the value. Read more
1.0.0 · 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 AuthMountParams
impl Debug for AuthMountParams
Auto Trait Implementations§
impl Freeze for AuthMountParams
impl RefUnwindSafe for AuthMountParams
impl Send for AuthMountParams
impl Sync for AuthMountParams
impl Unpin for AuthMountParams
impl UnsafeUnpin for AuthMountParams
impl UnwindSafe for AuthMountParams
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