Struct notify_rust::ServerInformation
source · [−]pub struct ServerInformation {
pub name: String,
pub vendor: String,
pub version: String,
pub spec_version: String,
}Expand description
Return value of get_server_information().
Fields
name: StringThe product name of the server.
vendor: StringThe vendor name.
version: StringThe server’s version string.
spec_version: StringThe specification version the server is compliant with.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ServerInformation
impl Send for ServerInformation
impl Sync for ServerInformation
impl Unpin for ServerInformation
impl UnwindSafe for ServerInformation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more