pub struct ExternalStore {
pub name: String,
pub kind: String,
}Fields§
§name: String§kind: StringTrait Implementations§
Source§impl Clone for ExternalStore
impl Clone for ExternalStore
Source§fn clone(&self) -> ExternalStore
fn clone(&self) -> ExternalStore
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 moreAuto Trait Implementations§
impl Freeze for ExternalStore
impl RefUnwindSafe for ExternalStore
impl Send for ExternalStore
impl Sync for ExternalStore
impl Unpin for ExternalStore
impl UnsafeUnpin for ExternalStore
impl UnwindSafe for ExternalStore
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