pub struct PolicyMarker;Expand description
Marker struct for row-level security policy attributes.
Trait Implementations§
Source§impl Clone for PolicyMarker
impl Clone for PolicyMarker
impl Copy for PolicyMarker
Auto Trait Implementations§
impl Freeze for PolicyMarker
impl RefUnwindSafe for PolicyMarker
impl Send for PolicyMarker
impl Sync for PolicyMarker
impl Unpin for PolicyMarker
impl UnsafeUnpin for PolicyMarker
impl UnwindSafe for PolicyMarker
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