pub struct GeneralRef {
pub comment: Option<String>,
pub name: Option<String>,
}Fields§
§comment: Option<String>§name: Option<String>Trait Implementations§
Source§impl Clone for GeneralRef
impl Clone for GeneralRef
Source§fn clone(&self) -> GeneralRef
fn clone(&self) -> GeneralRef
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 moreSource§impl Debug for GeneralRef
impl Debug for GeneralRef
Source§impl PartialEq for GeneralRef
impl PartialEq for GeneralRef
impl Eq for GeneralRef
impl StructuralPartialEq for GeneralRef
Auto Trait Implementations§
impl Freeze for GeneralRef
impl RefUnwindSafe for GeneralRef
impl Send for GeneralRef
impl Sync for GeneralRef
impl Unpin for GeneralRef
impl UnwindSafe for GeneralRef
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