#[non_exhaustive]pub struct ModSection { /* private fields */ }
Implementations§
Source§impl ModSection
impl ModSection
pub const fn mod_segment(&self) -> ModSegment
pub const fn name(&self) -> &'static str
Source§impl ModSection
impl ModSection
Trait Implementations§
Source§impl Clone for ModSection
impl Clone for ModSection
Source§fn clone(&self) -> ModSection
fn clone(&self) -> ModSection
Returns a copy 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§impl Debug for ModSection
impl Debug for ModSection
Source§impl Display for ModSection
impl Display for ModSection
Source§impl Hash for ModSection
impl Hash for ModSection
Source§impl PartialEq for ModSection
impl PartialEq for ModSection
impl Copy for ModSection
impl Eq for ModSection
impl StructuralPartialEq for ModSection
Auto Trait Implementations§
impl Freeze for ModSection
impl RefUnwindSafe for ModSection
impl Send for ModSection
impl Sync for ModSection
impl Unpin for ModSection
impl UnwindSafe for ModSection
Blanket Implementations§
Source§impl<Data> ApiSuccessResponse for Data
impl<Data> ApiSuccessResponse for Data
fn api_response<Meta>(self, meta: Option<Meta>) -> ApiResponse<Self, Meta>
fn api_response_without_meta<Meta>(self) -> ApiResponse<Self, Meta>
fn api_response_with_meta<Meta>(self, meta: Meta) -> ApiResponse<Self, Meta>
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