Struct uggo_ugg_api::SupportedVersion
source · pub struct SupportedVersion {
pub ddragon: String,
pub ugg: String,
}Fields§
§ddragon: String§ugg: StringTrait Implementations§
source§impl Clone for SupportedVersion
impl Clone for SupportedVersion
source§fn clone(&self) -> SupportedVersion
fn clone(&self) -> SupportedVersion
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 moreAuto Trait Implementations§
impl Freeze for SupportedVersion
impl RefUnwindSafe for SupportedVersion
impl Send for SupportedVersion
impl Sync for SupportedVersion
impl Unpin for SupportedVersion
impl UnwindSafe for SupportedVersion
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