pub struct OriginAccessControlRef { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for OriginAccessControlRef
impl Clone for OriginAccessControlRef
Source§fn clone(&self) -> OriginAccessControlRef
fn clone(&self) -> OriginAccessControlRef
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 moreAuto Trait Implementations§
impl Freeze for OriginAccessControlRef
impl RefUnwindSafe for OriginAccessControlRef
impl Send for OriginAccessControlRef
impl Sync for OriginAccessControlRef
impl Unpin for OriginAccessControlRef
impl UnwindSafe for OriginAccessControlRef
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