pub struct Problematic {
pub refid: Option<ID>,
}
Fields§
§refid: Option<ID>
Trait Implementations§
Source§impl Clone for Problematic
impl Clone for Problematic
Source§fn clone(&self) -> Problematic
fn clone(&self) -> Problematic
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 moreSource§impl Debug for Problematic
impl Debug for Problematic
Source§impl Default for Problematic
impl Default for Problematic
Source§fn default() -> Problematic
fn default() -> Problematic
Returns the “default value” for a type. Read more
Source§impl ExtraAttributes<Problematic> for Problematic
impl ExtraAttributes<Problematic> for Problematic
fn with_extra(extra: Problematic) -> Problematic
fn extra(&self) -> &Problematic
fn extra_mut(&mut self) -> &mut Problematic
Source§impl PartialEq for Problematic
impl PartialEq for Problematic
Source§impl Serialize for Problematic
impl Serialize for Problematic
impl StructuralPartialEq for Problematic
Auto Trait Implementations§
impl Freeze for Problematic
impl RefUnwindSafe for Problematic
impl Send for Problematic
impl Sync for Problematic
impl Unpin for Problematic
impl UnwindSafe for Problematic
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