pub enum ImplicitExternSyncParamsContent {
Param(String),
}Variants§
Trait Implementations§
Source§impl Clone for ImplicitExternSyncParamsContent
impl Clone for ImplicitExternSyncParamsContent
Source§fn clone(&self) -> ImplicitExternSyncParamsContent
fn clone(&self) -> ImplicitExternSyncParamsContent
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 PartialEq for ImplicitExternSyncParamsContent
impl PartialEq for ImplicitExternSyncParamsContent
Source§fn eq(&self, other: &ImplicitExternSyncParamsContent) -> bool
fn eq(&self, other: &ImplicitExternSyncParamsContent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ImplicitExternSyncParamsContent
impl StructuralPartialEq for ImplicitExternSyncParamsContent
Auto Trait Implementations§
impl Freeze for ImplicitExternSyncParamsContent
impl RefUnwindSafe for ImplicitExternSyncParamsContent
impl Send for ImplicitExternSyncParamsContent
impl Sync for ImplicitExternSyncParamsContent
impl Unpin for ImplicitExternSyncParamsContent
impl UnwindSafe for ImplicitExternSyncParamsContent
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