pub struct BinarySource<'source>(/* private fields */);
Trait Implementations§
Source§impl<'source> Clone for BinarySource<'source>
impl<'source> Clone for BinarySource<'source>
Source§fn clone(&self) -> BinarySource<'source>
fn clone(&self) -> BinarySource<'source>
Returns a copy 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 moreAuto Trait Implementations§
impl<'source> Freeze for BinarySource<'source>
impl<'source> RefUnwindSafe for BinarySource<'source>
impl<'source> Send for BinarySource<'source>
impl<'source> Sync for BinarySource<'source>
impl<'source> Unpin for BinarySource<'source>
impl<'source> UnwindSafe for BinarySource<'source>
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