pub struct SessionAttachDecision {
pub policy: SessionPolicy,
pub winning_rule: &'static str,
pub attach_reason: String,
pub precedence: Vec<String>,
}Expand description
Full attach decision including precedence trail for reports.
Fields§
§policy: SessionPolicy§winning_rule: &'static str§attach_reason: String§precedence: Vec<String>Trait Implementations§
Source§impl Clone for SessionAttachDecision
impl Clone for SessionAttachDecision
Source§fn clone(&self) -> SessionAttachDecision
fn clone(&self) -> SessionAttachDecision
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SessionAttachDecision
impl Debug for SessionAttachDecision
impl Eq for SessionAttachDecision
Source§impl PartialEq for SessionAttachDecision
impl PartialEq for SessionAttachDecision
impl StructuralPartialEq for SessionAttachDecision
Auto Trait Implementations§
impl Freeze for SessionAttachDecision
impl RefUnwindSafe for SessionAttachDecision
impl Send for SessionAttachDecision
impl Sync for SessionAttachDecision
impl Unpin for SessionAttachDecision
impl UnsafeUnpin for SessionAttachDecision
impl UnwindSafe for SessionAttachDecision
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