pub enum Caller {
Steam(u64),
Unknown,
}Expand description
Identification of the player calling your extension.
Variants§
Trait Implementations§
source§impl PartialEq<Caller> for Caller
impl PartialEq<Caller> for Caller
impl Eq for Caller
impl StructuralEq for Caller
impl StructuralPartialEq for Caller
Auto Trait Implementations§
impl RefUnwindSafe for Caller
impl Send for Caller
impl Sync for Caller
impl Unpin for Caller
impl UnwindSafe for Caller
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