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