pub struct SourceCitation {}
Trait Implementations§
Source§impl Debug for SourceCitation
impl Debug for SourceCitation
Source§impl Default for SourceCitation
impl Default for SourceCitation
Source§fn default() -> SourceCitation
fn default() -> SourceCitation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SourceCitation
impl RefUnwindSafe for SourceCitation
impl Send for SourceCitation
impl Sync for SourceCitation
impl Unpin for SourceCitation
impl UnwindSafe for SourceCitation
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