pub struct Cprt {
pub language: String,
pub notice: String,
}Fields§
§language: String§notice: StringTrait Implementations§
impl Eq for Cprt
impl StructuralPartialEq for Cprt
Auto Trait Implementations§
impl Freeze for Cprt
impl RefUnwindSafe for Cprt
impl Send for Cprt
impl Sync for Cprt
impl Unpin for Cprt
impl UnwindSafe for Cprt
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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