pub struct ClientFilesyncMirrorId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for ClientFilesyncMirrorId
impl Clone for ClientFilesyncMirrorId
Source§fn clone(&self) -> ClientFilesyncMirrorId
fn clone(&self) -> ClientFilesyncMirrorId
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 ClientFilesyncMirrorId
impl Debug for ClientFilesyncMirrorId
Source§impl<'de> Deserialize<'de> for ClientFilesyncMirrorId
impl<'de> Deserialize<'de> for ClientFilesyncMirrorId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&str> for ClientFilesyncMirrorId
impl From<&str> for ClientFilesyncMirrorId
Source§impl From<String> for ClientFilesyncMirrorId
impl From<String> for ClientFilesyncMirrorId
Source§impl IntoID<ClientFilesyncMirrorId> for ClientFilesyncMirror
impl IntoID<ClientFilesyncMirrorId> for ClientFilesyncMirror
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<ClientFilesyncMirrorId, DaggerError>> + Send>>
Source§impl IntoID<ClientFilesyncMirrorId> for ClientFilesyncMirrorId
impl IntoID<ClientFilesyncMirrorId> for ClientFilesyncMirrorId
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<ClientFilesyncMirrorId, DaggerError>> + Send>>
Source§impl PartialEq for ClientFilesyncMirrorId
impl PartialEq for ClientFilesyncMirrorId
Source§fn eq(&self, other: &ClientFilesyncMirrorId) -> bool
fn eq(&self, other: &ClientFilesyncMirrorId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ClientFilesyncMirrorId
impl Serialize for ClientFilesyncMirrorId
impl StructuralPartialEq for ClientFilesyncMirrorId
Auto Trait Implementations§
impl Freeze for ClientFilesyncMirrorId
impl RefUnwindSafe for ClientFilesyncMirrorId
impl Send for ClientFilesyncMirrorId
impl Sync for ClientFilesyncMirrorId
impl Unpin for ClientFilesyncMirrorId
impl UnsafeUnpin for ClientFilesyncMirrorId
impl UnwindSafe for ClientFilesyncMirrorId
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