Struct s2protocol::init_data::MutableLobbySlotArray
source · pub struct MutableLobbySlotArray { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for MutableLobbySlotArray
impl Debug for MutableLobbySlotArray
source§impl Default for MutableLobbySlotArray
impl Default for MutableLobbySlotArray
source§impl MutableArray for MutableLobbySlotArray
impl MutableArray for MutableLobbySlotArray
source§fn validity(&self) -> Option<&MutableBitmap>
fn validity(&self) -> Option<&MutableBitmap>
The optional validity of the array.
source§fn as_arc(&mut self) -> Arc<dyn Array>
fn as_arc(&mut self) -> Arc<dyn Array>
Convert itself to an (immutable) atomically reference counted
Array
.source§fn as_mut_any(&mut self) -> &mut dyn Any
fn as_mut_any(&mut self) -> &mut dyn Any
Convert to mutable
Any
, to enable dynamic casting.source§fn shrink_to_fit(&mut self)
fn shrink_to_fit(&mut self)
Shrink the array to fit its length.
source§impl<__T: Borrow<LobbySlot>> TryExtend<Option<__T>> for MutableLobbySlotArray
impl<__T: Borrow<LobbySlot>> TryExtend<Option<__T>> for MutableLobbySlotArray
source§fn try_extend<I: IntoIterator<Item = Option<__T>>>(
&mut self,
iter: I,
) -> Result<()>
fn try_extend<I: IntoIterator<Item = Option<__T>>>( &mut self, iter: I, ) -> Result<()>
Fallible version of
Extend::extend
.Auto Trait Implementations§
impl Freeze for MutableLobbySlotArray
impl RefUnwindSafe for MutableLobbySlotArray
impl Send for MutableLobbySlotArray
impl Sync for MutableLobbySlotArray
impl Unpin for MutableLobbySlotArray
impl UnwindSafe for MutableLobbySlotArray
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