Struct prometheus::proto::Untyped
source · pub struct Untyped { /* private fields */ }
Implementations§
source§impl Untyped
impl Untyped
pub fn new() -> Untyped
👎Deprecated since 0.5.1: Use default()
pub fn set_value(&mut self, v: f64)
👎Deprecated since 0.5.1: Untyped struct is protobuf specific and will be removed in a future version
pub fn get_value(&self) -> f64
👎Deprecated since 0.5.1: Untyped struct is protobuf specific and will be removed in a future version
Trait Implementations§
source§impl PartialEq for Untyped
impl PartialEq for Untyped
impl StructuralPartialEq for Untyped
Auto Trait Implementations§
impl Freeze for Untyped
impl RefUnwindSafe for Untyped
impl Send for Untyped
impl Sync for Untyped
impl Unpin for Untyped
impl UnwindSafe for Untyped
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)