pub struct CorrectArgs {
pub id: String,
pub authority: Option<String>,
pub jurisdiction: Option<String>,
pub provenance: Option<String>,
pub blame: Option<String>,
}Fields§
§id: String§jurisdiction: Option<String>§provenance: Option<String>§blame: Option<String>Auto Trait Implementations§
impl Freeze for CorrectArgs
impl RefUnwindSafe for CorrectArgs
impl Send for CorrectArgs
impl Sync for CorrectArgs
impl Unpin for CorrectArgs
impl UnsafeUnpin for CorrectArgs
impl UnwindSafe for CorrectArgs
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