pub struct AuthLibConfiguration {
pub server: String,
pub version: String,
}
Fields§
§server: String
Url of AuthLib server
version: String
Version of authlib-injector 1.2.5 by default
Trait Implementations§
Source§impl Clone for AuthLibConfiguration
impl Clone for AuthLibConfiguration
Source§fn clone(&self) -> AuthLibConfiguration
fn clone(&self) -> AuthLibConfiguration
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 AuthLibConfiguration
impl Debug for AuthLibConfiguration
Auto Trait Implementations§
impl Freeze for AuthLibConfiguration
impl RefUnwindSafe for AuthLibConfiguration
impl Send for AuthLibConfiguration
impl Sync for AuthLibConfiguration
impl Unpin for AuthLibConfiguration
impl UnwindSafe for AuthLibConfiguration
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