pub struct SimpleFrameBuilder;
Trait Implementations§
Source§impl Clone for SimpleFrameBuilder
impl Clone for SimpleFrameBuilder
Source§fn clone(&self) -> SimpleFrameBuilder
fn clone(&self) -> SimpleFrameBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SimpleFrameBuilder
impl Debug for SimpleFrameBuilder
Source§impl FrameBuilder for SimpleFrameBuilder
impl FrameBuilder for SimpleFrameBuilder
impl Copy for SimpleFrameBuilder
Auto Trait Implementations§
impl Freeze for SimpleFrameBuilder
impl RefUnwindSafe for SimpleFrameBuilder
impl Send for SimpleFrameBuilder
impl Sync for SimpleFrameBuilder
impl Unpin for SimpleFrameBuilder
impl UnwindSafe for SimpleFrameBuilder
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