pub struct SecurityProtoBuilder { /* private fields */ }Implementations§
Source§impl SecurityProtoBuilder
impl SecurityProtoBuilder
pub fn new() -> Self
pub fn as_of(self, as_of: LocalTimestampWrapper) -> Self
pub fn valid_from(self, valid_from: LocalTimestampWrapper) -> Self
pub fn valid_to(self, valid_to: LocalTimestampWrapper) -> Self
pub fn object_class(self, object_class: String) -> Self
pub fn version(self, version: String) -> Self
pub fn is_link(self, is_link: bool) -> Self
pub fn uuid(self, uuid: UUIDWrapper) -> Self
pub fn security_type(self, security_type: SecurityTypeProto) -> Self
pub fn asset_class(self, asset_class: String) -> Self
pub fn issuer_name(self, issuer_name: String) -> Self
pub fn settlement_currency(self, settlement_currency: String) -> Self
pub fn build(self) -> Result<SecurityProto, Error>
Auto Trait Implementations§
impl Freeze for SecurityProtoBuilder
impl RefUnwindSafe for SecurityProtoBuilder
impl Send for SecurityProtoBuilder
impl Sync for SecurityProtoBuilder
impl Unpin for SecurityProtoBuilder
impl UnwindSafe for SecurityProtoBuilder
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request