pub struct OwnedRuntimeSchemaSnapshot {
pub endpoints: Vec<OwnedEndpointDefinition>,
pub types: Vec<OwnedDataTypeDefinition>,
}Fields§
§endpoints: Vec<OwnedEndpointDefinition>§types: Vec<OwnedDataTypeDefinition>Trait Implementations§
Source§impl Clone for OwnedRuntimeSchemaSnapshot
impl Clone for OwnedRuntimeSchemaSnapshot
Source§fn clone(&self) -> OwnedRuntimeSchemaSnapshot
fn clone(&self) -> OwnedRuntimeSchemaSnapshot
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 OwnedRuntimeSchemaSnapshot
impl RefUnwindSafe for OwnedRuntimeSchemaSnapshot
impl Send for OwnedRuntimeSchemaSnapshot
impl Sync for OwnedRuntimeSchemaSnapshot
impl Unpin for OwnedRuntimeSchemaSnapshot
impl UnsafeUnpin for OwnedRuntimeSchemaSnapshot
impl UnwindSafe for OwnedRuntimeSchemaSnapshot
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