pub enum Provision<'a> {
Joining(&'a str),
Definitions,
}Expand description
What the provisioned file does about the channel — the first thing a
Layout::bash_env caller states.
Variants§
Joining(&'a str)
The file ends with this line — supplied by the provisioner, usually the rig’s standard initiation: subjects with no prior knowledge join as their shells start.
Definitions
Definitions only: the client code initiates its own channel, and the file carries no coordinate — the caller states one beside this pair if its scripts need it.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Provision<'a>
impl<'a> RefUnwindSafe for Provision<'a>
impl<'a> Send for Provision<'a>
impl<'a> Sync for Provision<'a>
impl<'a> Unpin for Provision<'a>
impl<'a> UnsafeUnpin for Provision<'a>
impl<'a> UnwindSafe for Provision<'a>
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