pub struct CrewRulesV1;Trait Implementations§
Source§impl CrewRuleset for CrewRulesV1
impl CrewRuleset for CrewRulesV1
fn is_valid_change( &self, state: &CrewState, change: &CrewChange, made_by: &SignerID, made_at: MsSinceEpoch, ) -> Result<(), String>
Auto Trait Implementations§
impl Freeze for CrewRulesV1
impl RefUnwindSafe for CrewRulesV1
impl Send for CrewRulesV1
impl Sync for CrewRulesV1
impl Unpin for CrewRulesV1
impl UnwindSafe for CrewRulesV1
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