Struct ezno_parser::tsx_keywords::Server
source · pub struct Server;
Trait Implementations§
source§impl From<Server> for TSXKeyword
impl From<Server> for TSXKeyword
source§impl PartialEq for Server
impl PartialEq for Server
source§impl TryFrom<TSXKeyword> for Server
impl TryFrom<TSXKeyword> for Server
§type Error = TSXKeyword
type Error = TSXKeyword
The type returned in the event of a conversion error.
impl Copy for Server
impl Eq for Server
impl StructuralEq for Server
impl StructuralPartialEq for Server
Auto Trait Implementations§
impl RefUnwindSafe for Server
impl Send for Server
impl Sync for Server
impl Unpin for Server
impl UnwindSafe for Server
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