pub struct FastCdcState { /* private fields */ }
Trait Implementations§
Source§impl Clone for FastCdcState
impl Clone for FastCdcState
Source§fn clone(&self) -> FastCdcState
fn clone(&self) -> FastCdcState
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 moreSource§impl Debug for FastCdcState
impl Debug for FastCdcState
Source§impl Default for FastCdcState
impl Default for FastCdcState
Source§fn default() -> FastCdcState
fn default() -> FastCdcState
Returns the “default value” for a type. Read more
Source§impl PartialEq for FastCdcState
impl PartialEq for FastCdcState
impl Eq for FastCdcState
impl StructuralPartialEq for FastCdcState
Auto Trait Implementations§
impl Freeze for FastCdcState
impl RefUnwindSafe for FastCdcState
impl Send for FastCdcState
impl Sync for FastCdcState
impl Unpin for FastCdcState
impl UnwindSafe for FastCdcState
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