pub struct GlobalStateMetaRemoveLinkInputRequest {
pub common: MetaInputRequestCommon,
pub source: String,
}
Fields
common: MetaInputRequestCommon
source: String
Trait Implementations
sourceimpl Clone for GlobalStateMetaRemoveLinkInputRequest
impl Clone for GlobalStateMetaRemoveLinkInputRequest
sourcefn clone(&self) -> GlobalStateMetaRemoveLinkInputRequest
fn clone(&self) -> GlobalStateMetaRemoveLinkInputRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for GlobalStateMetaRemoveLinkInputRequest
impl Send for GlobalStateMetaRemoveLinkInputRequest
impl Sync for GlobalStateMetaRemoveLinkInputRequest
impl Unpin for GlobalStateMetaRemoveLinkInputRequest
impl UnwindSafe for GlobalStateMetaRemoveLinkInputRequest
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