pub struct InviteInfo { /* private fields */ }Implementations§
Source§impl InviteInfo
impl InviteInfo
pub fn channel_name(&self) -> String
pub fn has_password(&self) -> bool
pub fn version(&self) -> u8
pub fn created_at(&self) -> u64
Trait Implementations§
Source§impl From<InviteInfo> for JsValue
impl From<InviteInfo> for JsValue
Source§fn from(value: InviteInfo) -> Self
fn from(value: InviteInfo) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for InviteInfo
impl FromWasmAbi for InviteInfo
Source§impl IntoWasmAbi for InviteInfo
impl IntoWasmAbi for InviteInfo
Source§impl LongRefFromWasmAbi for InviteInfo
impl LongRefFromWasmAbi for InviteInfo
Source§impl OptionFromWasmAbi for InviteInfo
impl OptionFromWasmAbi for InviteInfo
Source§impl OptionIntoWasmAbi for InviteInfo
impl OptionIntoWasmAbi for InviteInfo
Source§impl RefFromWasmAbi for InviteInfo
impl RefFromWasmAbi for InviteInfo
Source§type Anchor = RcRef<InviteInfo>
type Anchor = RcRef<InviteInfo>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for InviteInfo
impl RefMutFromWasmAbi for InviteInfo
Source§impl TryFromJsValue for InviteInfo
impl TryFromJsValue for InviteInfo
Source§impl VectorFromWasmAbi for InviteInfo
impl VectorFromWasmAbi for InviteInfo
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[InviteInfo]>
Source§impl VectorIntoWasmAbi for InviteInfo
impl VectorIntoWasmAbi for InviteInfo
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[InviteInfo]>) -> Self::Abi
Source§impl WasmDescribeVector for InviteInfo
impl WasmDescribeVector for InviteInfo
impl SupportsConstructor for InviteInfo
impl SupportsInstanceProperty for InviteInfo
impl SupportsStaticProperty for InviteInfo
Auto Trait Implementations§
impl Freeze for InviteInfo
impl RefUnwindSafe for InviteInfo
impl Send for InviteInfo
impl Sync for InviteInfo
impl Unpin for InviteInfo
impl UnwindSafe for InviteInfo
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
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.