pub enum FrameKind {
Use,
Inform,
Task,
Require,
Forbid,
Prefer,
Return,
Check,
}Expand description
Illocutionary kind for a BRIDGE frame.
Variants§
Use
A frame that tells the receiver which context to use.
Inform
A frame that supplies information.
Task
A frame that assigns work.
Require
A frame that declares a hard requirement.
Forbid
A frame that declares forbidden behavior.
Prefer
A frame that declares a preference.
Return
A frame that describes return obligations.
Check
A frame that asks for a check.
Implementations§
Trait Implementations§
impl Copy for FrameKind
impl Eq for FrameKind
impl StructuralPartialEq for FrameKind
Auto Trait Implementations§
impl Freeze for FrameKind
impl RefUnwindSafe for FrameKind
impl Send for FrameKind
impl Sync for FrameKind
impl Unpin for FrameKind
impl UnsafeUnpin for FrameKind
impl UnwindSafe for FrameKind
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