pub struct ServerScope {
pub have_plugin: bool,
}Fields§
§have_plugin: boolonly send to those that have the same plugin that uses the same channel this was sent from
Trait Implementations§
Source§impl Clone for ServerScope
impl Clone for ServerScope
Source§fn clone(&self) -> ServerScope
fn clone(&self) -> ServerScope
Returns a duplicate of the value. Read more
1.0.0 · 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 ServerScope
impl Debug for ServerScope
Source§impl Default for ServerScope
impl Default for ServerScope
Source§fn default() -> ServerScope
fn default() -> ServerScope
Returns the “default value” for a type. Read more
Source§impl From<ServerScope> for Scope
impl From<ServerScope> for Scope
Source§fn from(scope: ServerScope) -> Self
fn from(scope: ServerScope) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ServerScope
impl PartialEq for ServerScope
impl Eq for ServerScope
impl StructuralPartialEq for ServerScope
Auto Trait Implementations§
impl Freeze for ServerScope
impl RefUnwindSafe for ServerScope
impl Send for ServerScope
impl Sync for ServerScope
impl Unpin for ServerScope
impl UnwindSafe for ServerScope
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