pub struct AllowAllServerPolicy;Trait Implementations§
Source§impl Debug for AllowAllServerPolicy
impl Debug for AllowAllServerPolicy
Source§impl Default for AllowAllServerPolicy
impl Default for AllowAllServerPolicy
Source§fn default() -> AllowAllServerPolicy
fn default() -> AllowAllServerPolicy
Returns the “default value” for a type. Read more
Source§impl NnrpServerPolicy for AllowAllServerPolicy
impl NnrpServerPolicy for AllowAllServerPolicy
fn validate_session_open(&self, _open: &SessionOpenMetadata) -> Result<(), u32>
Auto Trait Implementations§
impl Freeze for AllowAllServerPolicy
impl RefUnwindSafe for AllowAllServerPolicy
impl Send for AllowAllServerPolicy
impl Sync for AllowAllServerPolicy
impl Unpin for AllowAllServerPolicy
impl UnsafeUnpin for AllowAllServerPolicy
impl UnwindSafe for AllowAllServerPolicy
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