pub struct SchemaSecurityValidationRequest<'a> {
pub schema: Option<Value>,
/* private fields */
}
Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields§
§schema: Option<Value>
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SchemaSecurityValidationRequest<'a>
impl<'a> !RefUnwindSafe for SchemaSecurityValidationRequest<'a>
impl<'a> Send for SchemaSecurityValidationRequest<'a>
impl<'a> Sync for SchemaSecurityValidationRequest<'a>
impl<'a> Unpin for SchemaSecurityValidationRequest<'a>
impl<'a> !UnwindSafe for SchemaSecurityValidationRequest<'a>
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