pub struct BusBitChars {
pub open: char,
pub close: char,
}Fields§
§open: char§close: charTrait Implementations§
Source§impl Clone for BusBitChars
impl Clone for BusBitChars
Source§fn clone(&self) -> BusBitChars
fn clone(&self) -> BusBitChars
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 moreSource§impl Debug for BusBitChars
impl Debug for BusBitChars
Source§impl Default for BusBitChars
impl Default for BusBitChars
Source§impl PartialEq for BusBitChars
impl PartialEq for BusBitChars
Source§fn eq(&self, other: &BusBitChars) -> bool
fn eq(&self, other: &BusBitChars) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BusBitChars
impl Eq for BusBitChars
impl StructuralPartialEq for BusBitChars
Auto Trait Implementations§
impl Freeze for BusBitChars
impl RefUnwindSafe for BusBitChars
impl Send for BusBitChars
impl Sync for BusBitChars
impl Unpin for BusBitChars
impl UnsafeUnpin for BusBitChars
impl UnwindSafe for BusBitChars
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