Struct evoke_core::client_server::MaybePlayerId [−][src]
pub struct MaybePlayerId;Expand description
More efficient schema replacement for Option<PlayerId>
Trait Implementations
Packed value with this schema. Trivially readable from and writable to bytes. Read more
Alignment required for successful unpacking.
See Self::unpack method. Read more
Auto Trait Implementations
impl RefUnwindSafe for MaybePlayerId
impl Send for MaybePlayerId
impl Sync for MaybePlayerId
impl Unpin for MaybePlayerId
impl UnwindSafe for MaybePlayerId
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more