pub struct OriginKey {
pub host: String,
pub port: u16,
pub is_https: bool,
}Fields§
§host: String§port: u16§is_https: boolTrait Implementations§
impl Eq for OriginKey
impl StructuralPartialEq for OriginKey
Auto Trait Implementations§
impl Freeze for OriginKey
impl RefUnwindSafe for OriginKey
impl Send for OriginKey
impl Sync for OriginKey
impl Unpin for OriginKey
impl UnsafeUnpin for OriginKey
impl UnwindSafe for OriginKey
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