pub struct AbbreviationData {
pub abbreviation: String,
pub is_last: bool,
}Fields§
§abbreviation: String§is_last: boolTrait Implementations§
Source§impl Clone for AbbreviationData
impl Clone for AbbreviationData
Source§fn clone(&self) -> AbbreviationData
fn clone(&self) -> AbbreviationData
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 AbbreviationData
impl RefUnwindSafe for AbbreviationData
impl Send for AbbreviationData
impl Sync for AbbreviationData
impl Unpin for AbbreviationData
impl UnwindSafe for AbbreviationData
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