pub struct AttrsBuilder { /* private fields */ }
Expand description
Builder for Attrs
.
Implementations§
Trait Implementations§
Source§impl Clone for AttrsBuilder
impl Clone for AttrsBuilder
Source§fn clone(&self) -> AttrsBuilder
fn clone(&self) -> AttrsBuilder
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 moreAuto Trait Implementations§
impl Freeze for AttrsBuilder
impl RefUnwindSafe for AttrsBuilder
impl Send for AttrsBuilder
impl Sync for AttrsBuilder
impl Unpin for AttrsBuilder
impl UnwindSafe for AttrsBuilder
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