pub struct AssertionConsumerService {
pub index: u32,
pub is_default: Option<bool>,
pub binding: String,
pub location: String,
}Expand description
断言消费者服务
Fields§
§index: u32索引
is_default: Option<bool>是否默认
binding: String绑定
location: String位置
Trait Implementations§
Source§impl Clone for AssertionConsumerService
impl Clone for AssertionConsumerService
Source§fn clone(&self) -> AssertionConsumerService
fn clone(&self) -> AssertionConsumerService
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 moreSource§impl Debug for AssertionConsumerService
impl Debug for AssertionConsumerService
Source§impl<'de> Deserialize<'de> for AssertionConsumerService
impl<'de> Deserialize<'de> for AssertionConsumerService
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AssertionConsumerService
impl RefUnwindSafe for AssertionConsumerService
impl Send for AssertionConsumerService
impl Sync for AssertionConsumerService
impl Unpin for AssertionConsumerService
impl UnsafeUnpin for AssertionConsumerService
impl UnwindSafe for AssertionConsumerService
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