pub struct RawSourceFactsV1 { /* private fields */ }Expand description
Immutable owned V1 facts bound into a LoadedSource.
Trait Implementations§
Source§impl Clone for RawSourceFactsV1
impl Clone for RawSourceFactsV1
Source§fn clone(&self) -> RawSourceFactsV1
fn clone(&self) -> RawSourceFactsV1
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 RawSourceFactsV1
impl Debug for RawSourceFactsV1
Source§impl PartialEq for RawSourceFactsV1
impl PartialEq for RawSourceFactsV1
impl StructuralPartialEq for RawSourceFactsV1
Auto Trait Implementations§
impl Freeze for RawSourceFactsV1
impl RefUnwindSafe for RawSourceFactsV1
impl Send for RawSourceFactsV1
impl Sync for RawSourceFactsV1
impl Unpin for RawSourceFactsV1
impl UnsafeUnpin for RawSourceFactsV1
impl UnwindSafe for RawSourceFactsV1
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