pub struct EnterServiceGet {
pub custom_data: Option<CustomData>,
pub enter_service: EnterService,
pub id: String<36usize>,
}Fields§
§custom_data: Option<CustomData>§enter_service: EnterService§id: String<36usize>Id of setting
Trait Implementations§
Source§impl Clone for EnterServiceGet
impl Clone for EnterServiceGet
Source§fn clone(&self) -> EnterServiceGet
fn clone(&self) -> EnterServiceGet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnterServiceGet
impl Debug for EnterServiceGet
Source§impl PartialEq for EnterServiceGet
impl PartialEq for EnterServiceGet
impl StructuralPartialEq for EnterServiceGet
Auto Trait Implementations§
impl Freeze for EnterServiceGet
impl RefUnwindSafe for EnterServiceGet
impl Send for EnterServiceGet
impl Sync for EnterServiceGet
impl Unpin for EnterServiceGet
impl UnsafeUnpin for EnterServiceGet
impl UnwindSafe for EnterServiceGet
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