pub struct NavigatorCollapsedCategories {
pub collapsed_categories: Vec<String>,
}
Fields§
§collapsed_categories: Vec<String>
Trait Implementations§
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§fn clone(&self) -> NavigatorCollapsedCategories
fn clone(&self) -> NavigatorCollapsedCategories
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§fn default() -> NavigatorCollapsedCategories
fn default() -> NavigatorCollapsedCategories
Returns the “default value” for a type. Read more
Source§fn eq(&self, other: &NavigatorCollapsedCategories) -> bool
fn eq(&self, other: &NavigatorCollapsedCategories) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Auto Trait Implementations§
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