pub struct SegmentValue {
pub number: Option<u8>,
pub character: Option<char>,
}
Fields§
§number: Option<u8>
§character: Option<char>
Implementations§
Trait Implementations§
Source§impl Clone for SegmentValue
impl Clone for SegmentValue
Source§fn clone(&self) -> SegmentValue
fn clone(&self) -> SegmentValue
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 moreimpl Copy for SegmentValue
Auto Trait Implementations§
impl Freeze for SegmentValue
impl RefUnwindSafe for SegmentValue
impl Send for SegmentValue
impl Sync for SegmentValue
impl Unpin for SegmentValue
impl UnwindSafe for SegmentValue
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