pub struct FileServiceSelection { /* private fields */ }
Expand description
A selection for a single file service
Implementations§
Trait Implementations§
Source§impl Clone for FileServiceSelection
impl Clone for FileServiceSelection
Source§fn clone(&self) -> FileServiceSelection
fn clone(&self) -> FileServiceSelection
Returns a copy 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 FileServiceSelection
impl Debug for FileServiceSelection
Source§impl Default for FileServiceSelection
impl Default for FileServiceSelection
Source§fn default() -> FileServiceSelection
fn default() -> FileServiceSelection
Returns the “default value” for a type. Read more
Source§impl From<ServiceIdentifier> for FileServiceSelection
impl From<ServiceIdentifier> for FileServiceSelection
Source§fn from(id: ServiceIdentifier) -> Self
fn from(id: ServiceIdentifier) -> Self
Converts to this type from the input type.
Source§impl From<ServiceName> for FileServiceSelection
impl From<ServiceName> for FileServiceSelection
Source§fn from(name: ServiceName) -> Self
fn from(name: ServiceName) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FileServiceSelection
impl RefUnwindSafe for FileServiceSelection
impl Send for FileServiceSelection
impl Sync for FileServiceSelection
impl Unpin for FileServiceSelection
impl UnwindSafe for FileServiceSelection
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