pub struct Told {
pub from: String,
pub says: Says,
pub to: String,
pub scope: Vec<String>,
pub partly: bool,
pub withdrawn: bool,
}Expand description
One thing said from a move towards another, in names.
Fields§
§from: String§says: Says§to: String§scope: Vec<String>§partly: bool§withdrawn: boolWhether it no longer counts towards a standing, because the commit its
evidence came from was judged invalid. Still written and still drawn:
a standing that moved on its own has to say what moved it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Told
impl RefUnwindSafe for Told
impl Send for Told
impl Sync for Told
impl Unpin for Told
impl UnsafeUnpin for Told
impl UnwindSafe for Told
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