pub struct DefaultEndpointQuery {
pub profile: Option<String>,
}
Expand description
DefaultEndpointQuery
Fields§
§profile: Option<String>
profile
Trait Implementations§
Source§impl Clone for DefaultEndpointQuery
impl Clone for DefaultEndpointQuery
Source§fn clone(&self) -> DefaultEndpointQuery
fn clone(&self) -> DefaultEndpointQuery
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 moreAuto Trait Implementations§
impl Freeze for DefaultEndpointQuery
impl RefUnwindSafe for DefaultEndpointQuery
impl Send for DefaultEndpointQuery
impl Sync for DefaultEndpointQuery
impl Unpin for DefaultEndpointQuery
impl UnwindSafe for DefaultEndpointQuery
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