pub struct FabricRestrictionReviewUpdateEvent {
pub token: Option<u64>,
pub instruction: Option<String>,
pub arl_request_flow_url: Option<String>,
}Fields§
§token: Option<u64>§instruction: Option<String>§arl_request_flow_url: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FabricRestrictionReviewUpdateEvent
impl RefUnwindSafe for FabricRestrictionReviewUpdateEvent
impl Send for FabricRestrictionReviewUpdateEvent
impl Sync for FabricRestrictionReviewUpdateEvent
impl Unpin for FabricRestrictionReviewUpdateEvent
impl UnwindSafe for FabricRestrictionReviewUpdateEvent
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