Struct ObjectSignatureBuilder
pub struct ObjectSignatureBuilder {
inner: Option<ObjectSignature>,
}Fields§
§inner: Option<ObjectSignature>Implementations§
§impl ObjectSignatureBuilder
impl ObjectSignatureBuilder
pub(crate) const fn new() -> Self
pub(crate) const fn as_ref(&self) -> Option<&ObjectSignature>
pub(crate) fn finish(self) -> ObjectSignature
pub(crate) fn require(&mut self, sig: ObjectSignature) -> Result<()>
Auto Trait Implementations§
impl Freeze for ObjectSignatureBuilder
impl RefUnwindSafe for ObjectSignatureBuilder
impl Send for ObjectSignatureBuilder
impl Sync for ObjectSignatureBuilder
impl Unpin for ObjectSignatureBuilder
impl UnwindSafe for ObjectSignatureBuilder
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