pub struct Source<'i> { /* private fields */ }
Expand description
Data encoded as TOML
Implementations§
Trait Implementations§
impl<'i> Copy for Source<'i>
impl<'i> Eq for Source<'i>
impl<'i> StructuralPartialEq for Source<'i>
Auto Trait Implementations§
impl<'i> Freeze for Source<'i>
impl<'i> RefUnwindSafe for Source<'i>
impl<'i> Send for Source<'i>
impl<'i> Sync for Source<'i>
impl<'i> Unpin for Source<'i>
impl<'i> UnwindSafe for Source<'i>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes