pub struct Unsigned {
pub unsigned: Unsigned,
}
Expand description
A thin wrapper around the base library’s Unsigned type
This is used to produce a Signed type that can interact with http’s types
Fields§
§unsigned: Unsigned
The inner Unsigned type, which can produce the base library’s Signed type
Implementations§
Auto Trait Implementations§
impl Freeze for Unsigned
impl RefUnwindSafe for Unsigned
impl Send for Unsigned
impl Sync for Unsigned
impl Unpin for Unsigned
impl UnwindSafe for Unsigned
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