pub struct Deprecate {
pub explanationlink: Option<String>,
pub contents: Vec<DeprecateContent>,
}Fields§
§explanationlink: Option<String>§contents: Vec<DeprecateContent>Trait Implementations§
impl Eq for Deprecate
impl StructuralPartialEq for Deprecate
Auto Trait Implementations§
impl Freeze for Deprecate
impl RefUnwindSafe for Deprecate
impl Send for Deprecate
impl Sync for Deprecate
impl Unpin for Deprecate
impl UnwindSafe for Deprecate
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