pub struct SchemaApplicationStore { /* private fields */ }Expand description
SchemaApplicationStore
One registered store path paired with the opaque routing token accepted by the current database incarnation.
Implementations§
Trait Implementations§
Source§impl CandidType for SchemaApplicationStore
impl CandidType for SchemaApplicationStore
Source§impl Clone for SchemaApplicationStore
impl Clone for SchemaApplicationStore
Source§fn clone(&self) -> SchemaApplicationStore
fn clone(&self) -> SchemaApplicationStore
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 SchemaApplicationStore
impl Debug for SchemaApplicationStore
Source§impl<'de> Deserialize<'de> for SchemaApplicationStore
impl<'de> Deserialize<'de> for SchemaApplicationStore
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
impl Eq for SchemaApplicationStore
Source§impl PartialEq for SchemaApplicationStore
impl PartialEq for SchemaApplicationStore
impl StructuralPartialEq for SchemaApplicationStore
Auto Trait Implementations§
impl Freeze for SchemaApplicationStore
impl RefUnwindSafe for SchemaApplicationStore
impl Send for SchemaApplicationStore
impl Sync for SchemaApplicationStore
impl Unpin for SchemaApplicationStore
impl UnsafeUnpin for SchemaApplicationStore
impl UnwindSafe for SchemaApplicationStore
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