pub struct Rendszermodulok {
pub is_aktiv: bool,
pub tipus: String,
pub url: Option<String>,
}Fields§
§is_aktiv: bool§tipus: String§url: Option<String>Trait Implementations§
Source§impl Clone for Rendszermodulok
impl Clone for Rendszermodulok
Source§fn clone(&self) -> Rendszermodulok
fn clone(&self) -> Rendszermodulok
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§impl Debug for Rendszermodulok
impl Debug for Rendszermodulok
Source§impl Default for Rendszermodulok
impl Default for Rendszermodulok
Source§fn default() -> Rendszermodulok
fn default() -> Rendszermodulok
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Rendszermodulok
impl<'de> Deserialize<'de> for Rendszermodulok
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Rendszermodulok
impl Ord for Rendszermodulok
Source§fn cmp(&self, other: &Rendszermodulok) -> Ordering
fn cmp(&self, other: &Rendszermodulok) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Rendszermodulok
impl PartialEq for Rendszermodulok
Source§impl PartialOrd for Rendszermodulok
impl PartialOrd for Rendszermodulok
Source§impl Serialize for Rendszermodulok
impl Serialize for Rendszermodulok
impl Eq for Rendszermodulok
impl StructuralPartialEq for Rendszermodulok
Auto Trait Implementations§
impl Freeze for Rendszermodulok
impl RefUnwindSafe for Rendszermodulok
impl Send for Rendszermodulok
impl Sync for Rendszermodulok
impl Unpin for Rendszermodulok
impl UnwindSafe for Rendszermodulok
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