Struct cyfs_lib::GlobalStatePathLinkItem
source · [−]Fields
source: String
target: String
Trait Implementations
sourceimpl Clone for GlobalStatePathLinkItem
impl Clone for GlobalStatePathLinkItem
sourcefn clone(&self) -> GlobalStatePathLinkItem
fn clone(&self) -> GlobalStatePathLinkItem
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GlobalStatePathLinkItem
impl Debug for GlobalStatePathLinkItem
sourceimpl<'de> Deserialize<'de> for GlobalStatePathLinkItem
impl<'de> Deserialize<'de> for GlobalStatePathLinkItem
sourcefn 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
sourceimpl Serialize for GlobalStatePathLinkItem
impl Serialize for GlobalStatePathLinkItem
Auto Trait Implementations
impl RefUnwindSafe for GlobalStatePathLinkItem
impl Send for GlobalStatePathLinkItem
impl Sync for GlobalStatePathLinkItem
impl Unpin for GlobalStatePathLinkItem
impl UnwindSafe for GlobalStatePathLinkItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more