pub struct FragmentRegistry<'schema> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'schema> Clone for FragmentRegistry<'schema>
impl<'schema> Clone for FragmentRegistry<'schema>
Source§fn clone(&self) -> FragmentRegistry<'schema>
fn clone(&self) -> FragmentRegistry<'schema>
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<'schema> Debug for FragmentRegistry<'schema>
impl<'schema> Debug for FragmentRegistry<'schema>
Source§impl<'schema> PartialEq for FragmentRegistry<'schema>
impl<'schema> PartialEq for FragmentRegistry<'schema>
impl<'schema> StructuralPartialEq for FragmentRegistry<'schema>
Auto Trait Implementations§
impl<'schema> Freeze for FragmentRegistry<'schema>
impl<'schema> RefUnwindSafe for FragmentRegistry<'schema>
impl<'schema> Send for FragmentRegistry<'schema>
impl<'schema> Sync for FragmentRegistry<'schema>
impl<'schema> Unpin for FragmentRegistry<'schema>
impl<'schema> UnwindSafe for FragmentRegistry<'schema>
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