pub struct BytePattern { /* private fields */ }Implementations§
Source§impl BytePattern
impl BytePattern
Trait Implementations§
Source§impl Clone for BytePattern
impl Clone for BytePattern
Source§fn clone(&self) -> BytePattern
fn clone(&self) -> BytePattern
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BytePattern
impl RefUnwindSafe for BytePattern
impl Send for BytePattern
impl Sync for BytePattern
impl Unpin for BytePattern
impl UnsafeUnpin for BytePattern
impl UnwindSafe for BytePattern
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